Giter Club home page Giter Club logo

oak's People

Contributors

angeldiaz avatar chewbi avatar ecarreras avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

oak's Issues

Use install_requires in setup.py

Now setup.py is using the key 'requires' for dependencies, but the dependencies are not installed when not found. Using 'install_requires' dependencies are automatically installed if not found where using pip install.

met an error when run "python manage.py -g"

hi.

as3:/oak/oak-site# ls
content manage.py settings.py settings.py.bak site static
as3:
/oak/oak-site# python manage.py -g
warning
Traceback (most recent call last):
File "manage.py", line 14, in
launcher.run(sys.argv[1:])
File "/usr/local/lib/python2.7/site-packages/oak/launcher.py", line 73, in run
my_oak.generate()
File "/usr/local/lib/python2.7/site-packages/oak/init.py", line 319, in generate
self._do_posts()
File "/usr/local/lib/python2.7/site-packages/oak/init.py", line 206, in _do_posts
post = Post(f, self.blog_url, self.settings, processor.MarkdownProcessor)
File "/usr/local/lib/python2.7/site-packages/oak/models/post.py", line 79, in init
self['output_path'] = self._post_path(name, settings.OUTPUT_PATH)
File "/usr/local/lib/python2.7/site-packages/oak/models/post.py", line 103, in _post_path
year, month = name.split('-')[:2]
ValueError: need more than 1 value to unpack
as3:~/oak/oak-site#

how to fix it?

Oak Plug-in System

Implement a plug-in system for oak that allows oak to provide new functionalities without having to modify the base code of Oak.

blogger2oak

Script to import post from a Blogger Blog.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.