From 48a499c2c1b999008c5a0d1f8931141b07225c4b Mon Sep 17 00:00:00 2001 From: rsiddharth Date: Thu, 16 May 2019 18:42:56 -0400 Subject: html -> static, img -> static/assets/img --- Makefile | 15 ++- html/about/index.html | 171 ---------------------------------- html/contact/index.html | 74 --------------- html/includes/body-close.html | 1 - html/includes/body-open.html | 1 - html/includes/footer.html | 14 --- html/includes/header-close.html | 1 - html/includes/header-open.html | 4 - html/includes/html-close.html | 1 - html/includes/html-open.html | 2 - html/includes/js.html | 3 - html/includes/navbar.html | 34 ------- html/index.html | 188 -------------------------------------- html/join/index.html | 165 --------------------------------- html/volunteer/index.html | 69 -------------- img/chakra.png | Bin 23611 -> 0 bytes img/chakra.xcf | Bin 39039 -> 0 bytes img/logo.png | Bin 17290 -> 0 bytes static/about/index.html | 171 ++++++++++++++++++++++++++++++++++ static/assets/img/chakra.png | Bin 0 -> 23611 bytes static/assets/img/chakra.xcf | Bin 0 -> 39039 bytes static/assets/img/logo.png | Bin 0 -> 17290 bytes static/contact/index.html | 74 +++++++++++++++ static/includes/body-close.html | 1 + static/includes/body-open.html | 1 + static/includes/footer.html | 14 +++ static/includes/header-close.html | 1 + static/includes/header-open.html | 4 + static/includes/html-close.html | 1 + static/includes/html-open.html | 2 + static/includes/js.html | 3 + static/includes/navbar.html | 34 +++++++ static/index.html | 188 ++++++++++++++++++++++++++++++++++++++ static/join/index.html | 165 +++++++++++++++++++++++++++++++++ static/volunteer/index.html | 69 ++++++++++++++ 35 files changed, 735 insertions(+), 736 deletions(-) delete mode 100644 html/about/index.html delete mode 100644 html/contact/index.html delete mode 100644 html/includes/body-close.html delete mode 100644 html/includes/body-open.html delete mode 100644 html/includes/footer.html delete mode 100644 html/includes/header-close.html delete mode 100644 html/includes/header-open.html delete mode 100644 html/includes/html-close.html delete mode 100644 html/includes/html-open.html delete mode 100644 html/includes/js.html delete mode 100644 html/includes/navbar.html delete mode 100644 html/index.html delete mode 100644 html/join/index.html delete mode 100644 html/volunteer/index.html delete mode 100644 img/chakra.png delete mode 100644 img/chakra.xcf delete mode 100644 img/logo.png create mode 100644 static/about/index.html create mode 100644 static/assets/img/chakra.png create mode 100644 static/assets/img/chakra.xcf create mode 100644 static/assets/img/logo.png create mode 100644 static/contact/index.html create mode 100644 static/includes/body-close.html create mode 100644 static/includes/body-open.html create mode 100644 static/includes/footer.html create mode 100644 static/includes/header-close.html create mode 100644 static/includes/header-open.html create mode 100644 static/includes/html-close.html create mode 100644 static/includes/html-open.html create mode 100644 static/includes/js.html create mode 100644 static/includes/navbar.html create mode 100644 static/index.html create mode 100644 static/join/index.html create mode 100644 static/volunteer/index.html diff --git a/Makefile b/Makefile index eb8c5ad..255d0b8 100644 --- a/Makefile +++ b/Makefile @@ -1,32 +1,30 @@ BUILD_DIR=_build CSS_DIR=$(BUILD_DIR)/assets/css JS_DIR=$(BUILD_DIR)/assets/js -IMG_DIR=$(BUILD_DIR)/assets/img SCSS=scss/_all.scss CSS=$(CSS_DIR)/fsfi.css JS_SRC=js/navbar.js -site: $(BUILD_DIR) css img html js +site: $(BUILD_DIR) css static js .PHONY: site -html: $(BUILD_DIR) - rsync -a html/ $(BUILD_DIR)/ -.PHONY: html +static: $(BUILD_DIR) + rsync -a static/ $(BUILD_DIR)/ +.PHONY: static -img: $(BUILD_DIR) - rsync -a img/ $(IMG_DIR)/ -.PHONY: img news: @python3 ./bin/news .PHONY: news + css: $(CSS) .PHONY: css + $(CSS): $(SCSS) scss/style.scss $(BUILD_DIR) mkdir -p `dirname $(CSS)` sass --style expanded $(SCSS) $(CSS) @@ -36,6 +34,7 @@ js: $(JS_DIR) $(JS_SRC) cat $(JS_SRC) > $(JS_DIR)/fsfi.js .PHONY: js + $(JS_DIR): mkdir -p $(JS_DIR) diff --git a/html/about/index.html b/html/about/index.html deleted file mode 100644 index 92e1019..0000000 --- a/html/about/index.html +++ /dev/null @@ -1,171 +0,0 @@ - - - -Free Software Foundation India - - - - - -
-
-
- -
-

About FSF India

-
- -

The Free Software Foundation India (FSF India) is a - nonprofit organisation committed to advocating, - promoting and propagating the use and development of - free (swatantra) software in India.

- -

The special need of free software community in the - current historical context.

- - -

Background

- -

As the computer continues to become increasingly - pervasive in our personal, social and working - lives, the soul of the machine — software — is - seemingly trapped in a battle of proprietary - ownership.

- -

In the early days of computing, it was customary for - programmers to share software. Since the 1970s, - however, much software has become proprietary, such - that its users have been prevented from sharing, let - alone modifying, programs. By the 1980s, proprietary - software had become commonplace, and the computing - community was losing the freedom to cooperate in using - and altering software. Freedom was under attack.

- - -

The Free Software Foundation

- -
-

The owners of software had erected walls to divide - us from each other.

-
- -

Those words came from the one person who has - zealously campaigned to safeguard software - freedoms–Richard M. Stallman, a celebrated - programmer and an accomplished hacker. (Contrary - to popular belief, a hacker is not an anti-social - being. S/he is someone who is passionate, even - obsessive, about programming, as opposed to a - cracker, someone who breaks security on a system, - often with malicious intent.)

- -

Stallman, then working at MIT’s Artificial - Intelligence Lab, left to pursue the Free Software - Movement in 1984, inspired by the ideals of - American independence: freedom, community and - voluntary co-operation, which leads to free - enterprise, free speech and free software. He had - already started the GNU project in - 1983 to develop the free operating system GNU (a recursive - acronym for GNU’s Not Unix).

- -

In 1985 Stallman founded the Free - Software Foundation - (FSF), dedicated to promoting computer users’ - rights to use, study, copy, modify and - redistribute computer programs.

- -

The FSF promotes the development and use of free - software and free documentation. In particular, - FSF promotes the GNU operating system, used widely - today in its GNU/Linux variant, based on the Linux - kernel developed by Linus Torvalds. These systems - are often mistakenly called just `Linux’; calling - them `GNU/Linux’ corrects this confusion.

- -

The FSF (fsf.org), - whose headquarters is in Boston, Massachusetts, - USA, is a tax-exempt charity for free software - development. It raises funds by selling GNU - CD-ROMs, T-shirts, manuals and deluxe - distributions (all of which users are free to copy - and change), as well as from donations.

- -

The FSF also helps to spread awareness of the - ethical and political issues of freedom in the use - of software. The FSF believes that free software - is a matter of freedom, not price.

- -

FSF India

- -

The Free Software Foundation of India (FSF India), - the official Indian affiliate of the FSF, was - formally inaugurated by Richard Stallman at the - Freedom First! Conference at Thiruvanathapuram, - Kerala on 20 July 2001.

- -

FSF India will be the national agency for the - promotion of the use of free - software, - i.e. software distributed under the - GNU General - Public Licence (GNU GPL) or - other - licences - approved by FSF, in all domains.

- -

The Vision of FSF India

- -

Broadly, FSF India will strive to ensure that free - software is strengthened in all respects so as to form - a genuine, credible and viable alternative to - proprietary software for every kind of application.

- -

To do so, FSF India will:

- -
    -
  • Promote awareness about free software among - the general public and, specifically, among - programmers and students.

  • - -
  • Increase access to free software by users - in India.

  • - -
  • Promote the development of local solutions - to local problems by empowering local - programmers in the use of free platforms, - tools and technologies.

  • - -
  • Provide support to free software by way of - documentation, expert help or any other means.

  • - -
  • Help organize training for programmers and - users of free software platforms and software.

  • - -
  • Carry out R&D work for free software - solutions to suit local requirements.

  • - -
  • Provide services for the free software - programmer community by, for example, locating - and distributing jobs.

  • - -
  • Assist the national and State governments - in all aspects relating to free software, such - as evolving and maintaining standards; - providing a quality assurance mechanism for - free software; and ensuring the use of free - software in government and quasi-government - milieux.

  • - -
  • Provide services such as adjudication and - conflict redressal within the free software - domain.

  • -
-
-
-
- - - - - diff --git a/html/contact/index.html b/html/contact/index.html deleted file mode 100644 index 44998f4..0000000 --- a/html/contact/index.html +++ /dev/null @@ -1,74 +0,0 @@ - - - -Contact — Free Software Foundation India - - - - - -
-
-
-
-

Contact

-
- -
-
- -
- -
- -
- -
-
- -
- -
- -
-
- -
- -
- -
-
- -
- -
- -
-
- -
-
- -
-
-
- -
-
- -
-
- -
- - - - - diff --git a/html/includes/body-close.html b/html/includes/body-close.html deleted file mode 100644 index a446d53..0000000 --- a/html/includes/body-close.html +++ /dev/null @@ -1 +0,0 @@ - diff --git a/html/includes/body-open.html b/html/includes/body-open.html deleted file mode 100644 index 335eec5..0000000 --- a/html/includes/body-open.html +++ /dev/null @@ -1 +0,0 @@ - diff --git a/html/includes/footer.html b/html/includes/footer.html deleted file mode 100644 index f9c01ad..0000000 --- a/html/includes/footer.html +++ /dev/null @@ -1,14 +0,0 @@ - - - diff --git a/html/includes/header-close.html b/html/includes/header-close.html deleted file mode 100644 index fd78248..0000000 --- a/html/includes/header-close.html +++ /dev/null @@ -1 +0,0 @@ - diff --git a/html/includes/header-open.html b/html/includes/header-open.html deleted file mode 100644 index 067edce..0000000 --- a/html/includes/header-open.html +++ /dev/null @@ -1,4 +0,0 @@ - - - - diff --git a/html/includes/html-close.html b/html/includes/html-close.html deleted file mode 100644 index 5f85cab..0000000 --- a/html/includes/html-close.html +++ /dev/null @@ -1 +0,0 @@ - diff --git a/html/includes/html-open.html b/html/includes/html-open.html deleted file mode 100644 index ce8fe85..0000000 --- a/html/includes/html-open.html +++ /dev/null @@ -1,2 +0,0 @@ - - diff --git a/html/includes/js.html b/html/includes/js.html deleted file mode 100644 index 2cbc2e7..0000000 --- a/html/includes/js.html +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/html/includes/navbar.html b/html/includes/navbar.html deleted file mode 100644 index 7bd7102..0000000 --- a/html/includes/navbar.html +++ /dev/null @@ -1,34 +0,0 @@ - - - diff --git a/html/index.html b/html/index.html deleted file mode 100644 index 6a01061..0000000 --- a/html/index.html +++ /dev/null @@ -1,188 +0,0 @@ - - - -Free Software Foundation India - - - - - - - -
-
-
-
-
-
-
-

Free Software Foundation of India

-
- -
-
- -
-
- -
-
-
-
-
-
-
-
- - - -
-
-
-
-
-
-

Free Software Movement

-
- -
-
-

The free software movement is a world - wide effort that campaigns for the - creation, use, and adoption of free - software that entitles users to - four - essential freedoms:

- -
    -
  • The freedom to run the program as - they wish, for any purpose (freedom 0).
  • - -
  • The freedom to study how the - program works, and change it so it - does their computing as they wish - (freedom 1). Access to the source code - is a precondition for this.
  • - -
  • The freedom to redistribute copies - so they can help others (freedom 2).
  • - -
  • The freedom to distribute copies - of their modified versions to others - (freedom 3). By doing this they can - give the whole community a chance to - benefit from their changes. Access to - the source code is a precondition for - this.
  • -
- -
-
- -

Download this video in a free format - (HD) - (SD).

-
-
-
-
-
-
-
- - - - -
-
- -
-
- - - -
-
- -
-
- - - - - - - diff --git a/html/join/index.html b/html/join/index.html deleted file mode 100644 index 9a73ca4..0000000 --- a/html/join/index.html +++ /dev/null @@ -1,165 +0,0 @@ - - - -Join — Free Software Foundation India - - - - - -
-
-
- -
-

Register for Associate Fellowship

-
- -

The Free Software Foundation of India is offering - Associate Fellowship to individuals. This fellowship - is an expression of solidarity with the - aims and objectives of FSF India and to support - FSF India as an organization that promotes software - freedom in the country. The nature of expenses are - usually incurred in maintaining the office, travel - expenses of the activists to fulfil organizational - responsibilities, for participating in national and - international networks, publishing books, maintaining - website and mailing lists,brochures, leaflets, and - other propaganda material, paying full time/part time - employees for their service etc. Currently FSF India - has an office in Thiruvananthapuram with only one full - time employee. The organization currently has no - resources to have more people to work in other parts - of the country. We invite you to become an associate - fellow and support FSF India.

- -

Fellowship Details

- -
-
-
-

General Fellowship

-
- -

Benefits

- -
    -
  • FSF India Associate Fellow Card
  • -
- -

Fee

- -
    -
  • Yearly – ₹ 200
  • -
  • Advised for Students
  • -
-
-
- -
-
-
-

Professional Fellowship

-
- -

Benefits

- -
    -
  • All the benefits of General Fellowship
  • -
  • Listing on Fellows Page of FSF India website
  • -
  • FSF India T’Shirt (when available)
  • -
  • 10% discount on GNU Merchandise*
  • -
- -

Fee

- -
    -
  • Yearly – ₹ 500
  • -
  • 5 years - ₹ 2000
  • -
  • 10 years - ₹ 4000
  • -
  • Lifetime - ₹ 7500
  • -
-
-
- -
-
-
-

Premium Fellowship

-
- -

Benefits

- -
    -
  • All the benefits of General Fellowship
  • -
  • Listing on Fellows Page of FSF India website
  • -
  • FSF India T’Shirt (when available)
  • -
  • 10% discount on GNU Merchandise*
  • -
- -

Fee

- -
    -
  • Yearly – ₹ 1000
  • -
  • 5 years - ₹ 4000
  • -
  • 10 years - ₹ 8000
  • -
  • Lifetime - ₹ 15000
  • -
-
-
- -

- After Filling the form please send DD/MO/Cheque by - post as fast as possible. If you wish to send by - private courier or Speedpost, please make sure - that you give the telephone number along with the - address. Otherwise, the material could be returned - Please give two weeks to one month time for your - material to reach you. If you have not received - the material even after one month, please email - fellowship@gnu.org.in -

- -

Contact Information

- -

Address to which Cheque/Money Order/Demand Draft should be sent:

- -

Free Software Foundation of India:

- -
-TC 27/2207
-Chirakulam Road Statue
-Thiruvananthapuram 695 001 INDIA
-Phone: +91 471 2460250
-
- -

Bank Details

- -
-Free Software Foundation of India
-HDFC Bank
-Anchorage Building, Chembur, Mumbai.
-A/C#: 00132000017424
-RTGS / IFSC: HDFC0000013
-
- -

- * Till FSFI manages to create,maintain and - distribute merchandise, we will not be able to - commit so many goodies as available at the site - currently, for it needs initial investment. As the - fellowship program establishes itself we will make - and distribute GNU Merchandise till then keep - contributing and spread the word. -

- - -
-
-
- - - - - diff --git a/html/volunteer/index.html b/html/volunteer/index.html deleted file mode 100644 index d9657c4..0000000 --- a/html/volunteer/index.html +++ /dev/null @@ -1,69 +0,0 @@ - - - -Volunteer — Free Software Foundation India - - - - - -
-
-
-
-

Volunteer

-
- -
-
- -

Volunteer for the Free Software Foundation of India.

- -
- -
- -
- -
-
- -
- -
- -
-
- -
- -
- -
-
- -
-
- -
-
-
- -
-
- -
-
- -
- - - - - diff --git a/img/chakra.png b/img/chakra.png deleted file mode 100644 index 42542eb..0000000 Binary files a/img/chakra.png and /dev/null differ diff --git a/img/chakra.xcf b/img/chakra.xcf deleted file mode 100644 index 3222c5e..0000000 Binary files a/img/chakra.xcf and /dev/null differ diff --git a/img/logo.png b/img/logo.png deleted file mode 100644 index 3a69f73..0000000 Binary files a/img/logo.png and /dev/null differ diff --git a/static/about/index.html b/static/about/index.html new file mode 100644 index 0000000..92e1019 --- /dev/null +++ b/static/about/index.html @@ -0,0 +1,171 @@ + + + +Free Software Foundation India + + + + + +
+
+
+ +
+

About FSF India

+
+ +

The Free Software Foundation India (FSF India) is a + nonprofit organisation committed to advocating, + promoting and propagating the use and development of + free (swatantra) software in India.

+ +

The special need of free software community in the + current historical context.

+ + +

Background

+ +

As the computer continues to become increasingly + pervasive in our personal, social and working + lives, the soul of the machine — software — is + seemingly trapped in a battle of proprietary + ownership.

+ +

In the early days of computing, it was customary for + programmers to share software. Since the 1970s, + however, much software has become proprietary, such + that its users have been prevented from sharing, let + alone modifying, programs. By the 1980s, proprietary + software had become commonplace, and the computing + community was losing the freedom to cooperate in using + and altering software. Freedom was under attack.

+ + +

The Free Software Foundation

+ +
+

The owners of software had erected walls to divide + us from each other.

+
+ +

Those words came from the one person who has + zealously campaigned to safeguard software + freedoms–Richard M. Stallman, a celebrated + programmer and an accomplished hacker. (Contrary + to popular belief, a hacker is not an anti-social + being. S/he is someone who is passionate, even + obsessive, about programming, as opposed to a + cracker, someone who breaks security on a system, + often with malicious intent.)

+ +

Stallman, then working at MIT’s Artificial + Intelligence Lab, left to pursue the Free Software + Movement in 1984, inspired by the ideals of + American independence: freedom, community and + voluntary co-operation, which leads to free + enterprise, free speech and free software. He had + already started the GNU project in + 1983 to develop the free operating system GNU (a recursive + acronym for GNU’s Not Unix).

+ +

In 1985 Stallman founded the Free + Software Foundation + (FSF), dedicated to promoting computer users’ + rights to use, study, copy, modify and + redistribute computer programs.

+ +

The FSF promotes the development and use of free + software and free documentation. In particular, + FSF promotes the GNU operating system, used widely + today in its GNU/Linux variant, based on the Linux + kernel developed by Linus Torvalds. These systems + are often mistakenly called just `Linux’; calling + them `GNU/Linux’ corrects this confusion.

+ +

The FSF (fsf.org), + whose headquarters is in Boston, Massachusetts, + USA, is a tax-exempt charity for free software + development. It raises funds by selling GNU + CD-ROMs, T-shirts, manuals and deluxe + distributions (all of which users are free to copy + and change), as well as from donations.

+ +

The FSF also helps to spread awareness of the + ethical and political issues of freedom in the use + of software. The FSF believes that free software + is a matter of freedom, not price.

+ +

FSF India

+ +

The Free Software Foundation of India (FSF India), + the official Indian affiliate of the FSF, was + formally inaugurated by Richard Stallman at the + Freedom First! Conference at Thiruvanathapuram, + Kerala on 20 July 2001.

+ +

FSF India will be the national agency for the + promotion of the use of free + software, + i.e. software distributed under the + GNU General + Public Licence (GNU GPL) or + other + licences + approved by FSF, in all domains.

+ +

The Vision of FSF India

+ +

Broadly, FSF India will strive to ensure that free + software is strengthened in all respects so as to form + a genuine, credible and viable alternative to + proprietary software for every kind of application.

+ +

To do so, FSF India will:

+ +
    +
  • Promote awareness about free software among + the general public and, specifically, among + programmers and students.

  • + +
  • Increase access to free software by users + in India.

  • + +
  • Promote the development of local solutions + to local problems by empowering local + programmers in the use of free platforms, + tools and technologies.

  • + +
  • Provide support to free software by way of + documentation, expert help or any other means.

  • + +
  • Help organize training for programmers and + users of free software platforms and software.

  • + +
  • Carry out R&D work for free software + solutions to suit local requirements.

  • + +
  • Provide services for the free software + programmer community by, for example, locating + and distributing jobs.

  • + +
  • Assist the national and State governments + in all aspects relating to free software, such + as evolving and maintaining standards; + providing a quality assurance mechanism for + free software; and ensuring the use of free + software in government and quasi-government + milieux.

  • + +
  • Provide services such as adjudication and + conflict redressal within the free software + domain.

  • +
+
+
+
+ + + + + diff --git a/static/assets/img/chakra.png b/static/assets/img/chakra.png new file mode 100644 index 0000000..42542eb Binary files /dev/null and b/static/assets/img/chakra.png differ diff --git a/static/assets/img/chakra.xcf b/static/assets/img/chakra.xcf new file mode 100644 index 0000000..3222c5e Binary files /dev/null and b/static/assets/img/chakra.xcf differ diff --git a/static/assets/img/logo.png b/static/assets/img/logo.png new file mode 100644 index 0000000..3a69f73 Binary files /dev/null and b/static/assets/img/logo.png differ diff --git a/static/contact/index.html b/static/contact/index.html new file mode 100644 index 0000000..44998f4 --- /dev/null +++ b/static/contact/index.html @@ -0,0 +1,74 @@ + + + +Contact — Free Software Foundation India + + + + + +
+
+
+
+

Contact

+
+ +
+
+ +
+ +
+ +
+ +
+
+ +
+ +
+ +
+
+ +
+ +
+ +
+
+ +
+ +
+ +
+
+ +
+
+ +
+
+
+ +
+
+ +
+
+ +
+ + + + + diff --git a/static/includes/body-close.html b/static/includes/body-close.html new file mode 100644 index 0000000..a446d53 --- /dev/null +++ b/static/includes/body-close.html @@ -0,0 +1 @@ + diff --git a/static/includes/body-open.html b/static/includes/body-open.html new file mode 100644 index 0000000..335eec5 --- /dev/null +++ b/static/includes/body-open.html @@ -0,0 +1 @@ + diff --git a/static/includes/footer.html b/static/includes/footer.html new file mode 100644 index 0000000..f9c01ad --- /dev/null +++ b/static/includes/footer.html @@ -0,0 +1,14 @@ + + + diff --git a/static/includes/header-close.html b/static/includes/header-close.html new file mode 100644 index 0000000..fd78248 --- /dev/null +++ b/static/includes/header-close.html @@ -0,0 +1 @@ + diff --git a/static/includes/header-open.html b/static/includes/header-open.html new file mode 100644 index 0000000..067edce --- /dev/null +++ b/static/includes/header-open.html @@ -0,0 +1,4 @@ + + + + diff --git a/static/includes/html-close.html b/static/includes/html-close.html new file mode 100644 index 0000000..5f85cab --- /dev/null +++ b/static/includes/html-close.html @@ -0,0 +1 @@ + diff --git a/static/includes/html-open.html b/static/includes/html-open.html new file mode 100644 index 0000000..ce8fe85 --- /dev/null +++ b/static/includes/html-open.html @@ -0,0 +1,2 @@ + + diff --git a/static/includes/js.html b/static/includes/js.html new file mode 100644 index 0000000..2cbc2e7 --- /dev/null +++ b/static/includes/js.html @@ -0,0 +1,3 @@ + + + diff --git a/static/includes/navbar.html b/static/includes/navbar.html new file mode 100644 index 0000000..7bd7102 --- /dev/null +++ b/static/includes/navbar.html @@ -0,0 +1,34 @@ + + + diff --git a/static/index.html b/static/index.html new file mode 100644 index 0000000..6a01061 --- /dev/null +++ b/static/index.html @@ -0,0 +1,188 @@ + + + +Free Software Foundation India + + + + + + + +
+
+
+
+
+
+
+

Free Software Foundation of India

+
+ +
+
+ +
+
+ +
+
+
+
+
+
+
+
+ + + +
+
+
+
+
+
+

Free Software Movement

+
+ +
+
+

The free software movement is a world + wide effort that campaigns for the + creation, use, and adoption of free + software that entitles users to + four + essential freedoms:

+ +
    +
  • The freedom to run the program as + they wish, for any purpose (freedom 0).
  • + +
  • The freedom to study how the + program works, and change it so it + does their computing as they wish + (freedom 1). Access to the source code + is a precondition for this.
  • + +
  • The freedom to redistribute copies + so they can help others (freedom 2).
  • + +
  • The freedom to distribute copies + of their modified versions to others + (freedom 3). By doing this they can + give the whole community a chance to + benefit from their changes. Access to + the source code is a precondition for + this.
  • +
+ +
+
+ +

Download this video in a free format + (HD) + (SD).

+
+
+
+
+
+
+
+ + + + +
+
+ +
+
+ + + +
+
+ +
+
+ + + + + + + diff --git a/static/join/index.html b/static/join/index.html new file mode 100644 index 0000000..9a73ca4 --- /dev/null +++ b/static/join/index.html @@ -0,0 +1,165 @@ + + + +Join — Free Software Foundation India + + + + + +
+
+
+ +
+

Register for Associate Fellowship

+
+ +

The Free Software Foundation of India is offering + Associate Fellowship to individuals. This fellowship + is an expression of solidarity with the + aims and objectives of FSF India and to support + FSF India as an organization that promotes software + freedom in the country. The nature of expenses are + usually incurred in maintaining the office, travel + expenses of the activists to fulfil organizational + responsibilities, for participating in national and + international networks, publishing books, maintaining + website and mailing lists,brochures, leaflets, and + other propaganda material, paying full time/part time + employees for their service etc. Currently FSF India + has an office in Thiruvananthapuram with only one full + time employee. The organization currently has no + resources to have more people to work in other parts + of the country. We invite you to become an associate + fellow and support FSF India.

+ +

Fellowship Details

+ +
+
+
+

General Fellowship

+
+ +

Benefits

+ +
    +
  • FSF India Associate Fellow Card
  • +
+ +

Fee

+ +
    +
  • Yearly – ₹ 200
  • +
  • Advised for Students
  • +
+
+
+ +
+
+
+

Professional Fellowship

+
+ +

Benefits

+ +
    +
  • All the benefits of General Fellowship
  • +
  • Listing on Fellows Page of FSF India website
  • +
  • FSF India T’Shirt (when available)
  • +
  • 10% discount on GNU Merchandise*
  • +
+ +

Fee

+ +
    +
  • Yearly – ₹ 500
  • +
  • 5 years - ₹ 2000
  • +
  • 10 years - ₹ 4000
  • +
  • Lifetime - ₹ 7500
  • +
+
+
+ +
+
+
+

Premium Fellowship

+
+ +

Benefits

+ +
    +
  • All the benefits of General Fellowship
  • +
  • Listing on Fellows Page of FSF India website
  • +
  • FSF India T’Shirt (when available)
  • +
  • 10% discount on GNU Merchandise*
  • +
+ +

Fee

+ +
    +
  • Yearly – ₹ 1000
  • +
  • 5 years - ₹ 4000
  • +
  • 10 years - ₹ 8000
  • +
  • Lifetime - ₹ 15000
  • +
+
+
+ +

+ After Filling the form please send DD/MO/Cheque by + post as fast as possible. If you wish to send by + private courier or Speedpost, please make sure + that you give the telephone number along with the + address. Otherwise, the material could be returned + Please give two weeks to one month time for your + material to reach you. If you have not received + the material even after one month, please email + fellowship@gnu.org.in +

+ +

Contact Information

+ +

Address to which Cheque/Money Order/Demand Draft should be sent:

+ +

Free Software Foundation of India:

+ +
+TC 27/2207
+Chirakulam Road Statue
+Thiruvananthapuram 695 001 INDIA
+Phone: +91 471 2460250
+
+ +

Bank Details

+ +
+Free Software Foundation of India
+HDFC Bank
+Anchorage Building, Chembur, Mumbai.
+A/C#: 00132000017424
+RTGS / IFSC: HDFC0000013
+
+ +

+ * Till FSFI manages to create,maintain and + distribute merchandise, we will not be able to + commit so many goodies as available at the site + currently, for it needs initial investment. As the + fellowship program establishes itself we will make + and distribute GNU Merchandise till then keep + contributing and spread the word. +

+ + +
+
+
+ + + + + diff --git a/static/volunteer/index.html b/static/volunteer/index.html new file mode 100644 index 0000000..d9657c4 --- /dev/null +++ b/static/volunteer/index.html @@ -0,0 +1,69 @@ + + + +Volunteer — Free Software Foundation India + + + + + +
+
+
+
+

Volunteer

+
+ +
+
+ +

Volunteer for the Free Software Foundation of India.

+ +
+ +
+ +
+ +
+
+ +
+ +
+ +
+
+ +
+ +
+ +
+
+ +
+
+ +
+
+
+ +
+
+ +
+
+ +
+ + + + + -- cgit v1.2.3