100 lines
2.9 KiB
HTML
100 lines
2.9 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Diaspora: Getting Started</title>
|
|
<style type="text/css">
|
|
ol {
|
|
padding: 0;
|
|
}
|
|
h1, h2, h3 {
|
|
letter-spacing: -1px;
|
|
}
|
|
h1 {
|
|
color: #111;
|
|
text-shadow: 2px 0 0 white;
|
|
}
|
|
|
|
h2 {
|
|
color: #444;
|
|
}
|
|
|
|
h3 {
|
|
color: #777;
|
|
}
|
|
|
|
#steps li{
|
|
display: inline-block;
|
|
width: 30%;
|
|
padding: 1%;
|
|
text-align: center;
|
|
vertical-align: top;
|
|
}
|
|
|
|
p{
|
|
font-family: 'helvetica';
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
|
|
<body>
|
|
<div id="page">
|
|
<div id="contentr">
|
|
<div id="header" style="margin-bottom:24px;">
|
|
<img src='images/logo_caps.png'/>
|
|
</div>
|
|
|
|
<div id="about" style='display:none;'>
|
|
<h3><a href="rails/info/properties" onclick="about(); return false;">About your pod’s environment</a></h3>
|
|
<div id="about-content" style="display: none"></div>
|
|
</div>
|
|
|
|
<hr>
|
|
<div id="getting-started">
|
|
<h1>Welcome, friend.</h1>
|
|
<h3>You're about to change the Internet. Let's get you set up, shall we?</h3>
|
|
|
|
<hr>
|
|
<br>
|
|
<br>
|
|
|
|
<ol id="steps">
|
|
<li>
|
|
<h2>Configure your <abbr title="Diaspora installation">pod</abbr></h2>
|
|
<img src='images/icons/cog.png'/>
|
|
<p>Look at <strong>config/app_config.yml.example</strong> for help.</p>
|
|
</li>
|
|
|
|
<li>
|
|
<h2>Try it out</h2>
|
|
<img src='images/icons/smiley_laughing.png'/>
|
|
<p>login form ??</p>
|
|
</li>
|
|
|
|
<li>
|
|
<h2>Make a contribution</h2>
|
|
<img src='images/icons/pen_write.png'/>
|
|
<p>It's people like you who are going to make Diaspora great. a link to <a href="http://github.com/diaspora/diaspora/" title="github">github</a>.</p>
|
|
</li>
|
|
</ol>
|
|
</div>
|
|
</div>
|
|
|
|
<br>
|
|
<br>
|
|
|
|
<hr>
|
|
<h3>Useful Resources</h3>
|
|
<ul class="links">
|
|
<li><a href="http://github.com/diaspora/diaspora/" title="github">Codebase</a></li>
|
|
<li><a href="http://github.com/diaspora/diaspora/wiki" title="wiki">Documentation</a></li>
|
|
<li><a href="http://webchat.freenode.net/?channels=diaspora" title="IRC">IRC</a></li>
|
|
<li><a href="http://bugs.joindiaspora.com/" title="bug tracker">Find/Report bugs</a></li>
|
|
<li><a href="http://groups.google.com/group/diaspora-discuss" title="mailing list">General Discussion</a></li>
|
|
<li><a href="http://groups.google.com/group/diaspora-dev" title="mailing list">Development Discussion</a></li>
|
|
<li><a href="http://getsatisfaction.com/diaspora/" title="get satisfaction">User Feedback</a></li>
|
|
<li><a href="http://guides.rubyonrails.org/">Learn more about Ruby On Rails!</a></li>
|
|
</ul>
|
|
</div>
|
|
</body>
|
|
</html>
|