Skip to content

Commit

Permalink
Moved to git; minor cleanup.
Browse files Browse the repository at this point in the history
  • Loading branch information
Gary King committed Jan 9, 2011
1 parent cba80c9 commit 043b9a0
Show file tree
Hide file tree
Showing 6 changed files with 140 additions and 12 deletions.
14 changes: 14 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# really this is private to my build process
make/
common-lisp.net
.vcs
GNUmakefile
init-lisp.lisp
project-init.lisp

log5.tar.gz
website/output/
test-results/
lift-local.config
*.dribble
*.fasl
44 changes: 32 additions & 12 deletions website/source/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,10 @@

### How it works

Tinaa is based on the idea that a system is made up of parts and subparts and sub-subparts (all resting on the [back of a turtle][9]). Tinaa can document anything as long as you tell it:
Tinaa is based on the idea that a system is made up of parts
and subparts and sub-subparts (all resting on the [back of a
turtle][9]). Tinaa can document anything as long as you tell
it:

[9]: http://en.wikipedia.org/wiki/Turtles_all_the_way_down (Wikipedia article on 'turtles all the way down')

Expand All @@ -40,34 +43,51 @@ Tinaa is based on the idea that a system is made up of parts and subparts and su

### Getting it

A [Darcs][12] repository is available. The commands are listed below:
[12]: http://www.darcs.net/
metabang.com is switching from [darcs][] to [git][]
for source control; the current tinaa repository is on
[github][github-cl-tinaa] and you can clone it using:

darcs get http://common-lisp.net/project/tinaa/
git clone git://github.com/gwkkwg/cl-tinaa

Tinaa is [ASDF installable][13]. Its CLiki home is right [where][14] you'd expect.
(note that this won't let you build CL-Markdown unless you
also get all of its dependencies which I should list but don't
because I haven't found (er, made) the time to automate the
process yet...)

[13]: http://www.cliki.net/asdf-install
[14]: http://www.cliki.net/tinaa

There's also a handy [gzipped tar file][15].
The easiest way to get setup with CL-Markdown is by using
[QuickLisp][] or [ASDF-Install][14] (deprecated). If that
doesn't float your boat, there is a handy [gzipped tar
file][15]

[15]: http://common-lisp.net/project/tinaa/tinaa_latest.tar.gz

### What it does now

Tinaa currently knows how to document packages (consisting of variables, constants, functions, classes, generic function, macros and symbols) and ASDF-Systems (consisting of sub-systems and packages). [Here][16] is Tinaa's self-documentation.
Tinaa currently knows how to document packages (consisting of
variables, constants, functions, classes, generic function,
macros and symbols) and ASDF-Systems (consisting of
sub-systems and packages). [Here][16] is Tinaa's
self-documentation.

[16]: documentation/index.html

### What it doesn't do

There are lots things it could do more nicely (class diagrams, prettier tables, callers and callees / cross referencing and so forth).
There are lots things it could do more nicely (class
diagrams, prettier tables, callers and callees / cross
referencing and so forth).

### What is happening

<table class="system-news">
<tr>
<th>
9 January 2011
</th>
<td>
Glacial progress (regress?) continues. Moved to git.
</td>
</tr>
<tr>
<th>
1 March 2008
Expand Down
16 changes: 16 additions & 0 deletions website/source/resources/footer.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
<div id="footer" class="footer">
<a class="nav" href="http://validator.w3.org/check/referer" title="xhtml1.1"><img src="http://common-lisp.net/project/cl-containers/shared/buttons/xhtml.gif" width="80" height="15" title="valid xhtml button" alt="valid xhtml" /></a>
<a class="nav" href="http://common-lisp.net/project/cl-markdown/" title="Mark with CL-Markdown"><img src="http://common-lisp.net/project/cl-containers/shared/buttons/cl-markdown.png" width="80" height="15" title="Made with CL-Markdown" alt="CL-Markdown" /></a>
<a class="nav" href="http://www.catb.org/hacker-emblem/" title="hacker"><img src="http://common-lisp.net/project/cl-containers/shared/buttons/hacker.png" width="80" height="15" title="hacker emblem" alt="hacker button" /></a>
<a class="nav" href="http://www.lisp.org/" title="Association of Lisp Users"><img src="http://common-lisp.net/project/cl-containers/shared/buttons/lambda-lisp.png" width="80" height="15" title="ALU emblem" alt="ALU button" /></a>
<a class="nav" href="http://common-lisp.net/" title="Common-Lisp.net"><img src="http://common-lisp.net/project/cl-containers/shared/buttons/lisp-lizard.png" width="80" height="15" title="Common-Lisp.net" alt="Common-Lisp.net button" /></a>
{include resources/navigation.md}

### Copyright (c) 2007 - 2008 Gary Warren King (gwking@metabang.com)

Cl-Markdown has an [MIT style][mit-license] license

<br>
<span id='other-software'>[Other Software][metabang-software]</span>
<span id="timestamp">Last updated {today} at {now}</span>
</div>
18 changes: 18 additions & 0 deletions website/source/resources/header.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{include shared-links.md}

{set-property html yes}
{set-property style-sheet "http://common-lisp.net/project/cl-containers/shared/style.css"}
{set-property author "Gary Warren King"}

[devel-list]: http://common-lisp.net/cgi-bin/mailman/listinfo/cl-markdown-devel
[cliki-home]: http://www.cliki.net/cl-markdown
[tarball]: http://common-lisp.net/project/cl-markdown/cl-markdown.tar.gz

<div class="header">
<span class="logo"><a href="http://www.metabang.com/" title="metabang.com"><img src="http://common-lisp.net/project/cl-containers/shared/metabang-2.png" title="metabang.com" width="100" alt="Metabang Logo" /></a></span>

## CL-Markdown

#### Finally, text mucking fun the whole family can enjoy

</div>
2 changes: 2 additions & 0 deletions website/source/resources/navigation.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
<div id="navigation">
</div>
58 changes: 58 additions & 0 deletions website/website.tmproj
Original file line number Diff line number Diff line change
@@ -0,0 +1,58 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>currentDocument</key>
<string>repository/tinaa/website/source/index.md</string>
<key>documents</key>
<array>
<dict>
<key>filename</key>
<string>source/index.md</string>
<key>lastUsed</key>
<date>2011-01-09T14:38:01Z</date>
</dict>
<dict>
<key>name</key>
<string>resources</string>
<key>regexFolderFilter</key>
<string>!.*/(\.[^/]*|CVS|_darcs|_MTN|\{arch\}|blib|.*~\.nib|.*\.(framework|app|pbproj|pbxproj|xcode(proj)?|bundle))$</string>
<key>sourceDirectory</key>
<string>source/resources</string>
</dict>
<dict>
<key>filename</key>
<string>../../shared/shared-links.md</string>
<key>selected</key>
<true/>
</dict>
</array>
<key>fileHierarchyDrawerWidth</key>
<integer>190</integer>
<key>metaData</key>
<dict>
<key>repository/tinaa/website/source/index.md</key>
<dict>
<key>caret</key>
<dict>
<key>column</key>
<integer>0</integer>
<key>line</key>
<integer>66</integer>
</dict>
<key>firstVisibleColumn</key>
<integer>0</integer>
<key>firstVisibleLine</key>
<integer>36</integer>
</dict>
</dict>
<key>openDocuments</key>
<array>
<string>repository/tinaa/website/source/index.md</string>
</array>
<key>showFileHierarchyDrawer</key>
<true/>
<key>windowFrame</key>
<string>{{25, 39}, {730, 713}}</string>
</dict>
</plist>

0 comments on commit 043b9a0

Please sign in to comment.