File: example.txt

package info (click to toggle)
nanoblogger 3.3-4
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 640 kB
  • ctags: 133
  • sloc: sh: 2,958; xml: 98; makefile: 33
file content (18 lines) | stat: -rw-r--r-- 657 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
TITLE: Example Article
AUTHOR: n1xt3r
DATE:
DESC: example article for nanoblogger
FORMAT: raw
-----
BODY:
<p>
This is an example article. The articles plugin provides a simple way
for NanoBlogger to automatically generate and update articles for your
weblog. Creating a new article is easy, create a new ".txt" file with
the "<code>--draft</code>" option inside the <em>articles</em>
directory. Then edit and save the file. To remove an article simply
rename it's suffix to something other than "txt" or remove it from the
<em>articles</em> directory. View the source of this article directly
from <a href="../example.txt">../example.txt</a>.
</p>
END-----