Wiki

Clone wiki

drupal_sarangbang / Home

인권운동사랑방 홈페이지 리뉴얼 개요

1. 셋업

개발 서버 호스팅

판테온 https://getpantheon.com 에서 무료 Plan으로 개발. 개발 과정 뿐만 아니라 실제 서비스를 하는 중에도 점진적 개발을 하기에 최적이나, 실제 서비스를 돌리기엔 너무 비싸다 (개인 Plan은 월 $25, 소규모 Plan은 월 $100).

개발 및 테스트 사이트는 다음 주소로 접속한다:

  • 개발 http://dev.sarangbang.gotpantheon.com
  • 테스트 http://test.sarangbang.gotpantheon.com
  • 실서버 http://live.sarangbang.gotpantheon.com

프로그램 소스코드 및 문서화, 이슈트래킹은 https://bitbucket.org/sarangbang/drupal_sarangbang/wiki/Home 참조

실 서비스 호스팅

진보넷과 협의

2. 홈페이지 구조

  • 단체 소개 / 활동 소식 / 입장 / 자료실
  • 활동 신청 / 후원 신청 / 자유 발언
  • TODO: 사람 사랑

3. 내용과 분류

Content Types

주요 컨텐츠 형식

  • 기사 (article)
  • 문서 (document)
  • 홈페이지 화면 (page)

제출 양식

  • 후원 신청 (form_support)
  • 자원 활동 신청 (form_volunteer)

소식지/메일링

  • 사람사랑

기타

  • 자유발언 (free_speech)

4. 사랑방 홈페이지 특화 기능

  • 후원 양식 서명
  • 인권오름
  • 소식지 발송

5. 기타 부가 기능

  • SNS 연동
  • 메인 화면 카루졸
  • 보존기한 넘은 문서 자동 삭제

6. 통합

  • 자료 이전

Welcome

Welcome to your wiki! This is the default page we've installed for your convenience. Go ahead and edit it.

Wiki features

This wiki uses the Markdown syntax.

The wiki itself is actually a git repository, which means you can clone it, edit it locally/offline, add images or any other file type, and push it back to us. It will be live immediately.

Go ahead and try:

$ git clone https://bitbucket.org/sarangbang/drupal_sarangbang.git/wiki

Wiki pages are normal files, with the .md extension. You can edit them locally, as well as creating new ones.

Syntax highlighting

You can also highlight snippets of text (we use the excellent Pygments library).

Here's an example of some Python code:

#!python

def wiki_rocks(text):
    formatter = lambda t: "funky"+t
    return formatter(text)

You can check out the source of this page to see how that's done, and make sure to bookmark the vast library of Pygment lexers, we accept the 'short name' or the 'mimetype' of anything in there.

Have fun!

Updated