All Projects → akiko-pusu → redmine_theme_kodomo

akiko-pusu / redmine_theme_kodomo

Licence: GPL-2.0 license
Redmine theme for kids and children.

Programming Languages

CSS
56736 projects
javascript
184084 projects - #8 most used programming language
Dockerfile
14818 projects

Projects that are alternatives of or similar to redmine theme kodomo

Docker Redmine
Docker Image for Redmine
Stars: ✭ 1,044 (+5700%)
Mutual labels:  redmine
Redmine tagging
Add simple tagging support to Redmine Issues/Wiki pages
Stars: ✭ 111 (+516.67%)
Mutual labels:  redmine
Redmine View Customize
View customize plugin for Redmine
Stars: ✭ 175 (+872.22%)
Mutual labels:  redmine
Redmine wysiwyg editor
Redmine WYSIWYG Editor plugin
Stars: ✭ 56 (+211.11%)
Mutual labels:  redmine
Redmine Progressive Projects List
Redmine plugin provides projects list with progress bars for every project and version
Stars: ✭ 80 (+344.44%)
Mutual labels:  redmine
Minelab
GitLab inspired Sass theme for Redmine 2.5.x using Font Awesome, with support for Redmine CRM plugins.
Stars: ✭ 129 (+616.67%)
Mutual labels:  redmine
Notify custom users
Email Notifications for Custom field with User type
Stars: ✭ 15 (-16.67%)
Mutual labels:  redmine
redmine merge request links
Display links to associated Gitlab merge requests and GitHub pull requests on Redmine's issue page.
Stars: ✭ 32 (+77.78%)
Mutual labels:  redmine
Redminetimetracker
Chrome/Electron app for tracking work time.
Stars: ✭ 82 (+355.56%)
Mutual labels:  redmine
Bitnami Docker Redmine
Bitnami Docker Image for Redmine
Stars: ✭ 172 (+855.56%)
Mutual labels:  redmine
Redmine elasticsearch
Full text searching plugin for Redmine
Stars: ✭ 58 (+222.22%)
Mutual labels:  redmine
Redmine issues tree
Provides a tree view of the Redmine issues list
Stars: ✭ 79 (+338.89%)
Mutual labels:  redmine
Redmine Net Api
.Net API for Redmine bug/task management systems.
Stars: ✭ 131 (+627.78%)
Mutual labels:  redmine
Redmine my page queries
Redmine My Page Queries
Stars: ✭ 53 (+194.44%)
Mutual labels:  redmine
Redmine issue templates
Maintenance Repository - https://github.com/agileware-jp/redmine_issue_templates
Stars: ✭ 181 (+905.56%)
Mutual labels:  redmine
Redmine bootstrap kit
A Redmine plugin which makes developing your own Redmine plugin easy ;)
Stars: ✭ 36 (+100%)
Mutual labels:  redmine
Redmine Theme Minimalflat2
Minimal and flat theme for Redmine.
Stars: ✭ 128 (+611.11%)
Mutual labels:  redmine
redmine evm
Earned Value Management plugin for Redmine
Stars: ✭ 33 (+83.33%)
Mutual labels:  redmine
redmine theme farend bleuclair
Custom theme for Redmine. Compatible with: Redmine 3.4 - 5.0
Stars: ✭ 76 (+322.22%)
Mutual labels:  redmine
Redmine helpdesk
Lightweight helpdesk plugin for redmine.
Stars: ✭ 160 (+788.89%)
Mutual labels:  redmine

Redmine theme for kids / Kodomo Redmine

Redmine theme for kids and children.

I created this theme inspired by JIRA Jr. and various WordPress themes for kids and children.

This theme is still experimental, but I hope to provide a more friendly Redmine with bright colors and fun fonts.

If you are interested, try creating a theme for kids and different generations!

Screen shot

Sample Movie

Screen shot

Installation

  • Download zip file from release page
  • Extract zip file, and move to public/themes/redmine_theme_kodomo at Redmine directory
  • Open Redmine page, and go to Administration > Settings > Display
  • Enable the redmine_theme_kodomo from Theme, and save settings

docker-compose

You can try this theme via Docker.

  • docker-compose up -d
  • Access to http://localhost:3000/ on web browser
  • Sign in to Redmine as an administrator
  • Select the theme from the administration screen.
  • Stop is docker-compose stop.

for Japanese Users

利用しているフォントについて

こちらのテーマでは、以下のフォントの利用を想定しています。 日本語に関しては、「きろ字 / Kosugi Maru / あんずもじ」の利用を想定してのデザインになっております。 お手数をおかけしますが、各自お手元でのフォントのダウンロードをお願いいたします。

英語

日本語

  • きろ字
    • New BSDライセンスに基づくきろ字をメインのフォントとして利用させていただきます
    • https://ola.kironono.com/entry/fonts-kiloji
    • フォントが組み込まれない場合は、デフォルトの日本語フォントが利用されます
  • Google fonts - Kosugi Maru (as 'Kosugi Maru')
  • あんずもじ
    • あんずもじに関しては、各自でのダウンロードと配置をお願いします
    • フォントが組み込まれない場合は、デフォルトの日本語フォントが利用されます

きろ字のご利用について

New BSDライセンスで利用可能な「きろ字」をメインのフォントとして利用させていただききました。 ttfからwoffへ変換して利用としております。

きろ字情報
% tree font
font
└── kiloji
    ├── License.txt
    ├── kiloji.ttf
    ├── kiloji.woff
    ├── kiloji_b.ttf
    └── kiloji_b.woff

1 directory, 5 files

標準フォント、Google fontでのご利用に切り替えたい場合は、以下の方法でfonts.cssを調節してください。

あんずもじのご利用について

大変可愛らしい文字ですので、もしお手元でご利用の際に組み込み可能でしたら、是非ご利用してみてください! あんずもじを利用するに当たって、以下の通りにお願いいたします。

配布サイト
配置手順
  • 配布サイトURL: http://www8.plala.or.jp/p_dolce/index.html からフォントのダウンロードをお願いします
    • あんずもじ
    • あんずもじ等幅
  • font というディレクトリに、以下のように配置をお願いします
$ tree font
font
├── APJapanesefont.ttf
└── APJapanesefontT.ttf
  • フォントはfonts.css に記載と同じとなります
  • fonts.css の設定で、'Patrick Hand' の後に 'anzu' を指定して下さい
    • 例: font-family: 'Patrick Hand', 'anzu', 'kiroji_b', 'Kosugi Maru'
  • 配置の上でRedmineの再起動をお願いいたします

配置方法

テーマのみの配置

  • Redmineのディレクトリ/public/themes/ 以下に展開します
  • 配置後にRedmineを再起動します

参考: Redmineのディレクトリ/public/themes/ 以下

$ tree -L 1
.
├── README
├── alternate
├── classic
└── redmine_theme_kodomo

3 directories, 1 file

メッセージのカスタマイズ

このテーマ単体では、現在こども用のメニュー、ラベルには対応していません。

子ども向けにメッセージをカスタマイズする場合は、redmine_message_customize プラグインなどを使うことを想定しています。

おためし用Dockerfile

このリポジトリの直下にDockerfileがありますので、簡単な確認が可能です。

ローカルで直にビルドして起動する場合

# build image
docker build -t redmine_theme_kodomo_container:latest .

# run container
docker run --rm -d -p 3000:3000/tcp redmine_theme_kodomo_container:latest

コンテナを起動後、アカウント:admin / パスワード: admin でログインできます。

テーマを編集開発しながら起動する場合

git clone https://github.com/akiko-pusu/redmine_theme_kodomo
cd redmine_theme_kodomo
docker-compose build --no-cache
docker-compose up -d

上記で、テーマが適用された状態でRedmineが起動します。 http://localhost:3000/ にアクセスしてください。

また、該当のディレクトリで、直にCSS, JavaScriptを編集しつつ、動作確認ができます。

テーマのカスタマイズ

粗いCSSですが、ソースを見ていただくとどのあたりを修正しているかがわかるかと思います。 また、theme.js を修正することで、プラグイン形式にしなくても、簡単なコンテンツの差込なども可能です。 画像やフォント、メッセージを調整してみてください!

Special Thanks

ChangeLog

  • 0.0.4
    • Update Dockerfile. (To use Redmine 4.1-stable.)
    • Apply flash message (success / error) style.
    • Enabled to show theme information at the footer.
    • Update some styles.
  • 0.0.3
    • Change loading style when login / logout.
    • Add CSS file for Redmine Banner.
    • Use kiloji as Japanese font.
    • Update style for administration.
    • Change base style. (The same to redmine_theme_kodomo_midori)
  • 0.0.2
    • Add great-job.png /Change border style of sidemenu (In responsive mode)
  • First Release: 0.0.1
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].