Skip to content

Commit 1c60d45

Browse files
author
Hosoda Kenji
committed
add orangewirt product in top page
1 parent aa33ca9 commit 1c60d45

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

controllers/default.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ def index():
55
d = dict(
66
products=[
77
(k, info_products[k])
8-
for k in (['github', 'web2py_plugins', 'github_ios'] +
8+
for k in (['github', 'web2py_plugins', 'github_ios', 'github_orangewirt'] +
99
(['akamon', 'ec_orange_pos', 'ec_orange']
1010
if T.accepted_language=='ja' else []) +
1111
['cloudmap'])

models/db.py

+10-1
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,21 @@ def trans(**texts):
3737
),
3838
github_ios=dict(
3939
label='github/scubism-ios',
40-
description=trans(ja="""ios用のユーティリティライブラリ集です。""",
40+
description=trans(ja="""ios用のユーティリティライブラリです。""",
4141
en="""utility library for ios"""),
4242
link='https://github.com/scubism-ios',
4343
link_label=T('See Page'),
4444
image='github_ios.jpg',
4545
),
46+
github_orangewirt=dict(
47+
label='github/scubism/OrangeWinRT',
48+
description=trans(ja="""WinRT/Windowsストアアプリ用のユーティリティライブラリです。""",
49+
en="""Utility library for WinRT/Windows Store Applications"""),
50+
link='https://github/scubism/OrangeWinRT',
51+
link_label=T('See Page'),
52+
image='github_orangewirt.png',
53+
54+
),
4655
akamon=dict(
4756
label='AKAMON',
4857
description=trans(ja="""新感覚CMS製品パッケージです。"""),
4.81 KB
Loading

0 commit comments

Comments
 (0)