GithubHelp home page GithubHelp logo

cambridge-pm-website's Introduction

Welcome to the Cambridge(UK) Perl-Mongers Website source code project
=====================================================================

In February 2009 we migrated the existing http://cam.pm.org/ contents onto
github more or less in tact (stored in the old-site directory) and then
started work on updating the site contents (less the old mailing list
archives) in the htdocs and cgi-bin directories.

This project uses git for change control. To work on the source code:

 * Register for an account on http://github.com/

 * Grab the latest copy of the repository.  With git you can
   use:

     git clone git://github.com/bjdean/cambridge-pm-website.git 

   If you've got your commit-bit already, you can use:

     git clone [email protected]:bjdean/cambridge-pm-website.git 

   If you're working without git, you can download the master
   branch files at:

     http://github.com/bjdean/cambridge-pm-website/tarball/master

 * Do all your work on the a branch.

   If you're working on an already existing branch check it out
   as follows:

     git checkout -b branch-name origin/branch-name
     git merge master
     git push origin branch-name

   Replace branch-name with the branch name.  The 'git merge master' will
   make sure you've got the latest changes.  The push line will make sure
   your changes go back to the main repo.

   To create a new branch:

     git checkout master
     git pull
     git branch branch-name
     git push origin branch-name

References
==========

 * The site:
   http://cam.pm.org/

 * The source code repository:
   http://github.com/bjdean/cambridge-pm-website

 * Ohloh:
   http://www.ohloh.net/projects/cambridge-pm-website

(With thanks to Paul Fenwick for a place to start on this README - big
chunks copied from http://github.com/pfenwick/perl589delta)

Authors
=======

 Robbie Bow    - robbie AT robbiebow.co.uk
 Lucy Sheppard - lucifer AT chiark.greenend.org.uk
 Bradley Dean  - bjdean AT bjdean.id.au

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.