GithubHelp home page GithubHelp logo

codebase's Introduction

#Codebase

A place to put code

##Requirements

  • PHP 5.3+
  • SQLite with the PDO module loaded ( may switch to SQLite3 library in the future )

##Installation

  • git clone [email protected]:galen/Codebase.git
  • cd Codebase
  • composer install
  • mv system/config/config_sample.php system/config/config.php

Then just make sure your webserver has read/write access to the SQLite database.

##Features

  • Lightweight
  • Data stored in an SQLite database for easy portability
  • Optional authentication system using HTTP authentication
  • Tagging system that allows for multiple tags and eventually negated tags
  • Full search capabilities using like. Full-text on the todo list.
  • Language specific Syntax highlighting
  • Preview and live editing of markdown documents
  • Full API
  • Ability to lock a piece of code with a system-wide password, code cannot be deleted until it's unlocked with the password
  • Ability to star code (Stars currently do nothing)

##Ideas

  • Look into switching to SQLite3 instead of PDO
  • Write dump code that flattens the database into an sql file
  • Create simple plugin system
  • Integrate plugin with code APIs (jsfiddle, pastebin, gist, etc.)
  • Look at BrowserId for authentication
  • Link code together - It will be displayed on the same page
  • Guest username/password with no editing capabilites
  • Views/Edits count for code
  • Should starting an edit lock the code

codebase's People

Contributors

galen avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

codebase's Issues

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.