-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
98 lines (77 loc) · 4.34 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<title>Publify by publify</title>
<link rel="stylesheet" href="stylesheets/styles.css">
<link rel="stylesheet" href="stylesheets/pygment_trac.css">
<script src="javascripts/scale.fix.js"></script>
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<div class="wrapper">
<header>
<h1 class="header">Publify</h1>
<p class="header">Publify is the oldest and most powerful Ruby on Rails blogware, providing custom templates, powerful drag and drop plugins API, advanced SEO capabilities, and many more.</p>
<ul>
<li><a class="buttons download" href="https://github.com/publify/publify/releases/latest">Download</a></li>
<li><a class="buttons github" href="https://github.com/publify/publify">View On GitHub</a></li>
</ul>
<p class="header">This project is maintained by <a class="header name" href="https://github.com/publify">Publify</a></p>
</header>
<section>
<h1><a name="publify" class="anchor" href="#publify"></a>Publify</h1>
<p><strong>The Ruby on Rails publishing software formerly known as Typo</strong></p>
<h3>
<a name="download" class="anchor" href="#download"></a>Download</h3>
<p>You can download Publify <a href="https://github.com/publify/publify/releases/latest">latest release</a> or clone <a href="https://github.com/publify/publify">the Publify
repository</a>.</p>
<h2>
<a name="whats-publify" class="anchor" href="#whats-publify"></a>What's Publify?</h2>
<p>Publify is a simple but full featured web publishing software. It's built around a blogging engine and a small message system connected to Twitter.</p>
<p>Publify follows the principles of the IndieWeb, which are self hosting your Web site, and Publish On your Own Site, Syndicate Everywhere.</p>
<p>Publify has been around since 2004 and is the oldest Ruby on Rails open source project alive.</p>
<h2>
<a name="features" class="anchor" href="#features"></a>Features</h2>
<ul>
<li>A classic multi user blogging engine</li>
<li>Short messages with a Twitter connection</li>
<li>Text filters (Markdown, Textile, SmartyPants, @mention to link, #hashtag to link)</li>
<li>A widgets system and a plugin API</li>
<li>Custom themes</li>
<li>Advanced SEO capabilities</li>
<li>Multilingual: Publify is (more or less) translated in English, French, German, Danish, Norwegian, Japanese, Hebrew, Simplified Chinese, Mexican Spanish, Italian, Lithuanian, Dutch, Polish, Romanian…</li>
</ul>
<h2><a name="demo-site" class="anchor" href="#demo-site"></a>Demo site</h2>
<p>You can <a href="https://publify-demo.fly.dev/">give Publify a try</a></p>
<p>The login / password <a href="https://publify-demo.fly.dev/admin">to the admin</a>
are:</p>
<ul>
<li>Administrator: admin / admin123</li>
<li>Publisher: demo / demo1234</li>
</ul>
<p>The demo is reset every hour.</p>
<h2>
<a name="resources" class="anchor" href="#resources"></a>Resources</h2>
<ul>
<li><a href="https://github.com/publify/publify/wiki/Sidebar-plugins">Sidebar Plugins</a></li>
<li><a href="https://github.com/publify/publify/wiki/In-Page-Plugins">In page Plugins</a></li>
<li><a href="https://github.com/publify/publify/issues"><strong>Report a bug</strong></a></li>
<li><a href="https://github.com/publify/publify/wiki/frequently-asked-questions"><strong>Frequently Asked Questions</strong></a></li>
<li><a href="https://twitter.com/getpublify">Publify on Twitter</a></li>
<li>IRC: #publify on irc.freenode.net</li>
</ul>
<p>Enjoy,<br>
The Publify team</p>
</section>
<footer>
<p><small>Hosted on <a href="http://pages.github.com">GitHub Pages</a> using the Dinky theme</small></p>
</footer>
</div>
<!--[if !IE]><script>fixScale(document);</script><![endif]-->
</body>
</html>