[Projeler-commits] r231 - in zangetsu: . blog blog/templatetags locale/tr/LC_MESSAGES
projeler-uludag at uludag.org.tr
projeler-uludag at uludag.org.tr
3 Eki 2006 Sal 21:26:10 EEST
Author: caglar
Date: Tue Oct 3 21:26:09 2006
New Revision: 231
Modified:
zangetsu/__init__.py
zangetsu/blog/__init__.py
zangetsu/blog/defaults.py
zangetsu/blog/feeds.py
zangetsu/blog/models.py
zangetsu/blog/templatetags/__init__.py
zangetsu/blog/templatetags/library.py
zangetsu/blog/urls.py
zangetsu/blog/views.py
zangetsu/bosbogaz2zangetsu.py
zangetsu/locale/tr/LC_MESSAGES/django.po
zangetsu/manage.py
zangetsu/settings.py
zangetsu/urls.py
Log:
header
Modified: zangetsu/__init__.py
=================================================================
--- zangetsu/__init__.py (original)
+++ zangetsu/__init__.py Tue Oct 3 21:26:09 2006
@@ -1 +1,5 @@
# -*- coding: utf-8 -*-
+#
+# Copyright © 2006 TUBITAK/UEKAE
+# Licensed under the GNU General Public License, version 2.
+# See the file http://www.gnu.org/copyleft/gpl.txt.
Modified: zangetsu/blog/__init__.py
=================================================================
--- zangetsu/blog/__init__.py (original)
+++ zangetsu/blog/__init__.py Tue Oct 3 21:26:09 2006
@@ -1 +1,5 @@
# -*- coding: utf-8 -*-
+#
+# Copyright © 2006 TUBITAK/UEKAE
+# Licensed under the GNU General Public License, version 2.
+# See the file http://www.gnu.org/copyleft/gpl.txt.
Modified: zangetsu/blog/defaults.py
=================================================================
--- zangetsu/blog/defaults.py (original)
+++ zangetsu/blog/defaults.py Tue Oct 3 21:26:09 2006
@@ -1,4 +1,8 @@
# -*- coding: utf-8 -*-
+#
+# Copyright © 2006 TUBITAK/UEKAE
+# Licensed under the GNU General Public License, version 2.
+# See the file http://www.gnu.org/copyleft/gpl.txt.
BLOG_NAME = "Sandra Blog!"
BLOG_DESC = "<b>S.Çağlar Onur</b>'un kişisel web günlüğü..."
Modified: zangetsu/blog/feeds.py
=================================================================
--- zangetsu/blog/feeds.py (original)
+++ zangetsu/blog/feeds.py Tue Oct 3 21:26:09 2006
@@ -1,4 +1,8 @@
# -*- coding: utf-8 -*-
+#
+# Copyright © 2006 TUBITAK/UEKAE
+# Licensed under the GNU General Public License, version 2.
+# See the file http://www.gnu.org/copyleft/gpl.txt.
from django.contrib.syndication.feeds import Feed
from django.utils.feedgenerator import Atom1Feed
from zangetsu.blog.models import Entry
Modified: zangetsu/blog/models.py
=================================================================
--- zangetsu/blog/models.py (original)
+++ zangetsu/blog/models.py Tue Oct 3 21:26:09 2006
@@ -1,4 +1,8 @@
# -*- coding: utf-8 -*-
+#
+# Copyright © 2006 TUBITAK/UEKAE
+# Licensed under the GNU General Public License, version 2.
+# See the file http://www.gnu.org/copyleft/gpl.txt.
from django.db import models
from zangetsu.settings import WEB_URL
Modified: zangetsu/blog/templatetags/__init__.py
=================================================================
--- zangetsu/blog/templatetags/__init__.py (original)
+++ zangetsu/blog/templatetags/__init__.py Tue Oct 3 21:26:09 2006
@@ -1 +1,5 @@
# -*- coding: utf-8 -*-
+#
+# Copyright © 2006 TUBITAK/UEKAE
+# Licensed under the GNU General Public License, version 2.
+# See the file http://www.gnu.org/copyleft/gpl.txt.
Modified: zangetsu/blog/templatetags/library.py
=================================================================
--- zangetsu/blog/templatetags/library.py (original)
+++ zangetsu/blog/templatetags/library.py Tue Oct 3 21:26:09 2006
@@ -1,4 +1,8 @@
# -*- coding: utf-8 -*-
+#
+# Copyright © 2006 TUBITAK/UEKAE
+# Licensed under the GNU General Public License, version 2.
+# See the file http://www.gnu.org/copyleft/gpl.txt.
from django.template import Library,Node
from zangetsu.blog import defaults
from zangetsu.blog.models import Entry, Tag, Link
Modified: zangetsu/blog/urls.py
=================================================================
--- zangetsu/blog/urls.py (original)
+++ zangetsu/blog/urls.py Tue Oct 3 21:26:09 2006
@@ -1,4 +1,8 @@
# -*- coding: utf-8 -*-
+#
+# Copyright © 2006 TUBITAK/UEKAE
+# Licensed under the GNU General Public License, version 2.
+# See the file http://www.gnu.org/copyleft/gpl.txt.
from django.conf.urls.defaults import *
from zangetsu.blog.feeds import RssFeed, AtomFeed
from zangetsu.blog.models import Entry, Tag
Modified: zangetsu/blog/views.py
=================================================================
--- zangetsu/blog/views.py (original)
+++ zangetsu/blog/views.py Tue Oct 3 21:26:09 2006
@@ -1,4 +1,8 @@
# -*- coding: utf-8 -*-
+#
+# Copyright © 2006 TUBITAK/UEKAE
+# Licensed under the GNU General Public License, version 2.
+# See the file http://www.gnu.org/copyleft/gpl.txt.
from django.shortcuts import render_to_response
from zangetsu.blog.models import Entry
Modified: zangetsu/bosbogaz2zangetsu.py
=================================================================
--- zangetsu/bosbogaz2zangetsu.py (original)
+++ zangetsu/bosbogaz2zangetsu.py Tue Oct 3 21:26:09 2006
@@ -1,7 +1,7 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-
#
-# Copyright © 2005 TUBITAK/UEKAE
+# Copyright © 2006 TUBITAK/UEKAE
# Licensed under the GNU General Public License, version 2.
# See the file http://www.gnu.org/copyleft/gpl.txt.
Modified: zangetsu/locale/tr/LC_MESSAGES/django.po
=================================================================
--- zangetsu/locale/tr/LC_MESSAGES/django.po (original)
+++ zangetsu/locale/tr/LC_MESSAGES/django.po Tue Oct 3 21:26:09 2006
@@ -7,7 +7,7 @@
msgstr ""
"Project-Id-Version: Django\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2006-10-03 14:36+0300\n"
+"POT-Creation-Date: 2006-10-03 21:25+0300\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
"Language-Team: Turkish LL at li.org>\n"
@@ -15,43 +15,43 @@
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
-#: blog/models.py:7 blog/models.py:22 blog/models.py:36
+#: blog/models.py:11 blog/models.py:26 blog/models.py:40
msgid "title"
msgstr "başlık"
-#: blog/models.py:8
+#: blog/models.py:12
msgid "url"
msgstr "adres"
-#: blog/models.py:14
+#: blog/models.py:18
msgid "link"
msgstr "bağlantı"
-#: blog/models.py:15
+#: blog/models.py:19
msgid "links"
msgstr "bağlantılar"
-#: blog/models.py:28 blog/models.py:38
+#: blog/models.py:32 blog/models.py:42
msgid "tag"
msgstr "etiket"
-#: blog/models.py:29
+#: blog/models.py:33
msgid "tags"
msgstr "etiketler"
-#: blog/models.py:37
+#: blog/models.py:41
msgid "content"
msgstr "içerik"
-#: blog/models.py:39
+#: blog/models.py:43
msgid "publish date"
msgstr "yayınlama tarihi"
-#: blog/models.py:48
+#: blog/models.py:52
msgid "entry"
msgstr "girdi"
-#: blog/models.py:49
+#: blog/models.py:53
msgid "entries"
msgstr "girdiler"
Modified: zangetsu/manage.py
=================================================================
--- zangetsu/manage.py (original)
+++ zangetsu/manage.py Tue Oct 3 21:26:09 2006
@@ -1,5 +1,9 @@
-#!/usr/bin/env python
+#!/usr/bin/python
# -*- coding: utf-8 -*-
+#
+# Copyright © 2006 TUBITAK/UEKAE
+# Licensed under the GNU General Public License, version 2.
+# See the file http://www.gnu.org/copyleft/gpl.txt.
from django.core.management import execute_manager
try:
import settings # Assumed to be in the same directory.
Modified: zangetsu/settings.py
=================================================================
--- zangetsu/settings.py (original)
+++ zangetsu/settings.py Tue Oct 3 21:26:09 2006
@@ -1,4 +1,8 @@
# -*- coding: utf-8 -*-
+#
+# Copyright © 2006 TUBITAK/UEKAE
+# Licensed under the GNU General Public License, version 2.
+# See the file http://www.gnu.org/copyleft/gpl.txt.
# Django settings for zangetsu project.
DEBUG = False
Modified: zangetsu/urls.py
=================================================================
--- zangetsu/urls.py (original)
+++ zangetsu/urls.py Tue Oct 3 21:26:09 2006
@@ -1,4 +1,8 @@
# -*- coding: utf-8 -*-
+#
+# Copyright © 2006 TUBITAK/UEKAE
+# Licensed under the GNU General Public License, version 2.
+# See the file http://www.gnu.org/copyleft/gpl.txt.
from django.conf.urls.defaults import *
from zangetsu.settings import WEB_URL, DOCUMENT_ROOT
Projeler-commits mesaj listesiyle ilgili
daha fazla bilgi