You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@couchdb.apache.org by Андрей Сырокомский <si...@gmail.com> on 2011/10/28 01:38:05 UTC

About holidays of the world on CouchDB. Website.

Hi!

I see:
> http://wiki.apache.org/couchdb/CouchDB_in_the_wild
> If you've built a product or a service that uses CouchDB, whether public or private, we'd like to hear about it.
> Please submit a description to the couchdb-dev list, and we'll see about adding it to this page.

And say:
http://reday.info
"REd letter Day - information about holidays of the world on russian language".
or by russian
"Вереница праздников - о праздниках мира на русском языке".

Thank's for CouchDB! :)
Andrey.

Re: About holidays of the world on CouchDB. Website.

Posted by Andrey Syrokomskiy <si...@gmail.com>.
 > Did you want us to add this?

Yes, Noah.

All through site reday.info created on CouchDB 1.0.1. Nginx - as proxy 
server. The site is located on virtual hosting (Debian).

Example struct of holiday-doc:
{
    "_id": "velesov-den-slavyane",
    "_rev": "3-cbde12969d4bbf2d41325f9785a9a24a",
    "name": "Велесов день, Велес Зимний, Велес Сивый",
    "who": "Славяне",
    "date": "11-02",
    "line": "Если в этот день Вам хочется не серьёзности, а развлечений, 
то можно отметить славянский языческий праздник *Велесов день* (или же 
Велес Зимний, Велес Сивый, как называют его в некоторых регионах). Вот 
уж где исстари было разгульное веселье! В этот день по улицам ходят 
ряженые, ищут ?коровью смерть?, а потом, символизируя противостояние 
зимы и весны, устраивают бой между скотьим богом Велесом и 
Мареной-зимой. Отдыхайте, празднуйте, но помните, что от говядины в 
праздничном меню лучше отказаться!",
    "order": 5,
    "source": "http://slav.olegern.net/viewpage.php?page_id=199"
}

The site consist of above 1600 holidays of the world with categories 
(field 'who') and description (field 'line'). Date of holiday is declare 
on native calendar of holiday. For like, holidays of china are 
declareted in the Chinese Lunar calendar (the string 'CL> 09-09' in the 
field 'date'). Before show, server-side script (view on CouchDB) 
translate native date of holiday in gregorian calendar. Site 
http://reday.info is recognize such calendars:

  * A> Afghan
  * B> Bahai
  * CL> Chinese Lunar
  * G> Gregorian (by default)
  * I> Indian
  * J> Jewish
  * H> Hijri
  * K> Kurdish
  * P> Persian
  * U> Julian
  * UD> Julian Day


Click on top header of http://reday.info for switch between "holiday 
calendar" and "holiday line" images. Click on category for filter 
holidays (client-side script). Months, weeks are also clickable.

What I added to this must be?

Andrey.

P.S. Sorry for my English.





28.10.2011 02:41, Noah Slater пишет:
> I'm sorry.
>
> Did you want us to add this?
>
> Can you describe how you use CouchDB?
>
> 2011/10/28 Андрей Сырокомский<si...@gmail.com>
>
>> Hi!
>>
>> I see:
>>> http://wiki.apache.org/couchdb/CouchDB_in_the_wild
>>> If you've built a product or a service that uses CouchDB, whether public
>> or private, we'd like to hear about it.
>>> Please submit a description to the couchdb-dev list, and we'll see about
>> adding it to this page.
>>
>> And say:
>> http://reday.info
>> "REd letter Day - information about holidays of the world on russian
>> language".
>> or by russian
>> "Вереница праздников - о праздниках мира на русском языке".
>>
>> Thank's for CouchDB! :)
>> Andrey.
>>

  * Английский - определен
  * Английский
  * Русский

  * Английский
  * Русский



Re: About holidays of the world on CouchDB. Website.

Posted by Andrey Syrokomskiy <si...@gmail.com>.
>  Did you want us to add this?

Yes, Noah.

All through site reday.info created on CouchDB 1.0.1. Nginx - as proxy 
server. The site is located on virtual hosting (Debian).

Example struct of holiday-doc:
{
    "_id": "velesov-den-slavyane",
    "_rev": "3-cbde12969d4bbf2d41325f9785a9a24a",
    "name": "Велесов день, Велес Зимний, Велес Сивый",
    "who": "Славяне",
    "date": "11-02",
    "line": "Если в этот день Вам хочется не серьёзности, а развлечений, 
то можно отметить славянский языческий праздник *Велесов день* (или же 
Велес Зимний, Велес Сивый, как называют его в некоторых регионах). Вот 
уж где исстари было разгульное веселье! В этот день по улицам ходят 
ряженые, ищут ?коровью смерть?, а потом, символизируя противостояние 
зимы и весны, устраивают бой между скотьим богом Велесом и 
Мареной-зимой. Отдыхайте, празднуйте, но помните, что от говядины в 
праздничном меню лучше отказаться!",
    "order": 5,
    "source": "http://slav.olegern.net/viewpage.php?page_id=199"
}

The site consist of above 1600 holidays of the world with categories 
(field 'who') and description (field 'line'). Date of holiday is declare 
on native calendar of holiday. For like, holidays of china are 
declareted in the Chinese Lunar calendar (the string 'CL> 09-09' in the 
field 'date'). Before show, server-side script (view on CouchDB) 
translate native date of holiday in gregorian calendar. Site 
http://reday.info is recognize such calendars:

  * A> Afghan
  * B> Bahai
  * CL> Chinese Lunar
  * G> Gregorian (by default)
  * I> Indian
  * J> Jewish
  * H> Hijri
  * K> Kurdish
  * P> Persian
  * U> Julian
  * UD> Julian Day


Click on top header of http://reday.info for switch between "holiday 
calendar" and "holiday line" images. Click on category for filter 
holidays (client-side script). Months, weeks are also clickable.

What I added to this must be?

Andrey.

P.S. Sorry for my English.





28.10.2011 02:41, Noah Slater пишет:
> I'm sorry.
>
> Did you want us to add this?
>
> Can you describe how you use CouchDB?
>
> 2011/10/28 Андрей Сырокомский<si...@gmail.com>
>
>> Hi!
>>
>> I see:
>>> http://wiki.apache.org/couchdb/CouchDB_in_the_wild
>>> If you've built a product or a service that uses CouchDB, whether public
>> or private, we'd like to hear about it.
>>> Please submit a description to the couchdb-dev list, and we'll see about
>> adding it to this page.
>>
>> And say:
>> http://reday.info
>> "REd letter Day - information about holidays of the world on russian
>> language".
>> or by russian
>> "Вереница праздников - о праздниках мира на русском языке".
>>
>> Thank's for CouchDB! :)
>> Andrey.
>>

  * Английский - определен
  * Английский
  * Русский

  * Английский
  * Русский



Re: About holidays of the world on CouchDB. Website.

Posted by Noah Slater <ns...@tumbolia.org>.
I'm sorry.

Did you want us to add this?

Can you describe how you use CouchDB?

2011/10/28 Андрей Сырокомский <si...@gmail.com>

> Hi!
>
> I see:
> > http://wiki.apache.org/couchdb/CouchDB_in_the_wild
> > If you've built a product or a service that uses CouchDB, whether public
> or private, we'd like to hear about it.
> > Please submit a description to the couchdb-dev list, and we'll see about
> adding it to this page.
>
> And say:
> http://reday.info
> "REd letter Day - information about holidays of the world on russian
> language".
> or by russian
> "Вереница праздников - о праздниках мира на русском языке".
>
> Thank's for CouchDB! :)
> Andrey.
>