Skip to content
forked from OpenUG/OpenUG

A web app for user groups.

License

MIT, BSD-3-Clause licenses found

Licenses found

MIT
OPENUG-LICENSE.md
BSD-3-Clause
ZEND-LICENSE.md
Notifications You must be signed in to change notification settings

thickey256/OpenUG

 
 

Repository files navigation

OpenUG

A web app for user groups.

Status

This app is currently being developed. It isn't ready yet.

How To

Add Pages

content/page/{id}.md

Example content/page/index.md:

---
title: Welcome to our meetup group
description: We meet occasionally
---

# Welcome to our meetup group

## We meet occasionally

This is some welcome text. This is some welcome text.

Add Events

content/event/{id}.md

{id} must contain the Y-m-d prefix.

Example content/page/2015-12-25-christmas-meetup.md:

---
title: Christmas Meetup
description: We are all meeting at Christmas!
joind.in: http://joind.in/fooooo
meetup: http://meetup.com/brap
talks:
    - fire-drone
---

# Christmas Meetup

Come and join us on Christmas day!

Add Talks

content/talk/{id}.md

Example content/talk/fire-drone.md:

---
title: How to create a drone that spits fire
speaker: alice
event: 2015-12-25-christmas-meetup
joind.in: http://joind.in/blah
---

Learn how to create a fire spitting drone using a Raspberry PI, 10 hair dryers and some tweezers.

Add Speakers

content/speaker/{id}.md

Example content/speaker/alice.md:

---
name: Alice
from: United Kingdom
skills: PHP, HTML, CSS, JS
talks:
    - fire-drone
---

Alice is a student of some university. In her spare time she saves polar bears and creates drones that spit fire.

About

A web app for user groups.

Resources

License

MIT, BSD-3-Clause licenses found

Licenses found

MIT
OPENUG-LICENSE.md
BSD-3-Clause
ZEND-LICENSE.md

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 76.6%
  • HTML 19.0%
  • ApacheConf 4.4%