Browse Source

Fixed original hydepy urls

main
Lakshmi Vyasarajan 14 years ago
parent
commit
a6ca56746d
4 changed files with 8 additions and 6 deletions
  1. +5
    -3
      README.markdown
  2. +1
    -1
      dev-req.txt
  3. +1
    -1
      hyde/layouts/doc/site.yaml
  4. +1
    -1
      req-2.7.txt

+ 5
- 3
README.markdown View File

@@ -1,12 +1,14 @@
# A brand new **hyde**

This is the new version of hyde under active development.
I haven't managed to document the features yet. [This][hyde1-0] should
give a good understanding of the motivation behind this version. You can
also take a look at the [cloudpanic source][cp] for a reference implementation.
Incomplete documentation can be found [here][hydedocs].
[This][hyde1-0] should give a good understanding of the motivation behind this
version. You can also take a look at the [cloudpanic source][cp] for a
reference implementation.

[hyde1-0]: http://groups.google.com/group/hyde-dev/web/hyde-1-0
[cp]: http://github.com/tipiirai/cloudpanic/tree/refactor
[hydedocs]: http://hyde.github.com/overview

[Here](http://groups.google.com/group/hyde-dev/browse_thread/thread/2a143bd2081b3322) is
the initial announcement of the project.


+ 1
- 1
dev-req.txt View File

@@ -3,7 +3,7 @@ PyYAML==3.09
Markdown==2.0.3
MarkupSafe==0.11
smartypants==1.6.0.3
-e git://github.com/hydepy/typogrify.git#egg=typogrify
-e git://github.com/hyde/typogrify.git#egg=typogrify
Jinja2==2.5.5
pyquery==0.6.1
unittest2==0.5.1


+ 1
- 1
hyde/layouts/doc/site.yaml View File

@@ -2,7 +2,7 @@ mode: development
media_root:: media
media_url: /media
base_url: /
deploy_root: ../../../../hydepy.github.com
deploy_root: ../../../../hyde.github.com
template: hyde.ext.templates.jinja.Jinja2Template
plugins:
- hyde.ext.plugins.meta.MetaPlugin


+ 1
- 1
req-2.7.txt View File

@@ -3,5 +3,5 @@ PyYAML==3.09
Markdown==2.0.3
MarkupSafe==0.11
smartypants==1.6.0.3
-e git://github.com/hydepy/typogrify.git#egg=typogrify
-e git://github.com/hyde/typogrify.git#egg=typogrify
Jinja2==2.5.5

Loading…
Cancel
Save