Code Monkey home page Code Monkey logo

depot's Introduction

Fuel Depot

Description

Fuel Depot was designed to become the new documentation repository of the FuelPHP project. This repository contains the source code of the Depot application, written in FuelPHP offcourse.

It has become obsolete due to the decision to use PHPDocumentor for API documentation, and, for version 2, switch to markdown based documentation with a simple front controller that can be used locally, either with a local webserver or using PHP 5.4's built-in webserver.

It now serves as an example application, to see what FuelPHP can do. It does not have the most optimal application design, because the main goal was to show how to use as many features as possible.

FuelPHP

FuelPHP is a fast, lightweight PHP 5.3 framework. In an age where frameworks are a dime a dozen, We believe that FuelPHP will stand out in the crowd. It will do this by combining all the things you love about the great frameworks out there, while getting rid of the bad.

Credits

  • The login, authentication and registration code is based on the Ninjauth package by @philsturgeon.

Donate

Donate Here

Any donations would help support the framework and pay for software, development and hosting costs. We understand if you cannot, but greatly appreciate anything you can give.

depot's People

Contributors

abdel avatar billmn avatar bobthecow avatar bryant1410 avatar cloudmanic avatar crynobone avatar dhrrgn avatar dmyers avatar dudeami avatar el2ro avatar enygma avatar erichelgeson avatar ericlbarnes avatar fesplugas avatar five07 avatar frankdejonge avatar huglester avatar jamierumbelow avatar jeffutter avatar johanandre avatar kenjis avatar logicbox avatar lukeholder avatar maximebeaudoin avatar mikebranderhorst avatar snrp avatar tarnfeld avatar theycallmeswift avatar tomschlick avatar wanwizard avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

depot's Issues

Code Snippets

I think we can look at what @dhorrigan has with Scrapyrd and get it working within the depot.

Core features I was thinking of would be:

  • Allow users to save the snippets to their account
  • Allow users to "publish" the snippet, with a readme or some instructions attached
  • Allow other users to comment on the snippets
  • Allow other users to save snippets they like onto their account (for editing, etc) might want to retain the parent here to give proper credit to whomever the original author is

User management

Any access beyond read-only will require a login. Suggested is to use github accounts only for now.

The system needs to support groups, and ACL,s on groups. It needs an admin backend to be able to do the user administration. ACL's on authentication method might be a nice feature for future use.

Tutorials

Can we agree on a standard to write tutorials? I’m fan of Markdown, so naturally I’d vote for that.

Are the tutorials something that are going to be contributed via GitHub, or created on the site?

Tutorials

Can we agree on a standard to write tutorials? I’m fan of Markdown, so naturally I’d vote for that.

Are the tutorials something that are going to be contributed via GitHub, or created on the site?

FuelPHP Code Documentation

The application needs an interface through which the development documentation can be managed.

Current plan is to use:

  • markdown for documentation text
  • form-based entry for class and method documentation (forces a strict format)
  • ? a special markdown command to insert a class::method docblock in the generated html
  • version control on documentation
  • moderation, with ability to delete or rollback versions
  • release docs = a snapshot of all versions on a specific timestamp

Docs require user based access for modifcations, based on group membership with ACL's for 'no access', 'moderated access', or 'full access'.

A task should be written which will generate an HTML version of the docs, which can be used off-line, similar to the current documentation. It can also be zipped and presented for download on the main website.

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.