Skip to content

Commit

Permalink
update links
Browse files Browse the repository at this point in the history
  • Loading branch information
Arhell committed Jun 19, 2022
1 parent a5ed003 commit 4c5d891
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
GNU GENERAL PUBLIC LICENSE
Version 2, June 1991

Copyright (C) 1989, 1991 Free Software Foundation, Inc., <http://fsf.org/>
Copyright (C) 1989, 1991 Free Software Foundation, Inc., <https://fsf.org/>
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
Everyone is permitted to copy and distribute verbatim copies
of this license document, but changing it is not allowed.
Expand Down
8 changes: 4 additions & 4 deletions README.ko.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@

쉽지만 유지보수가 필요한 서버를 사용하여 이메일을 보내는 대신, Google을 사용하여 이메일을 보내고 Google 스프레드시트를 사용하여 데이터를 추적하세요!

> 데이터를 보내는 위치에 상관하지 않고, 받은 편지함(messy ... yuck)에 제출된 데이터를 관리하려면 http://formspree.io/과 같은 무료 서비스를 사용하여 Form 제출을 처리할 수 있습니다.
> 데이터를 보내는 위치에 상관하지 않고, 받은 편지함(messy ... yuck)에 제출된 데이터를 관리하려면 https://formspree.io/과 같은 무료 서비스를 사용하여 Form 제출을 처리할 수 있습니다.
>
> *또는*... 몇 분 동안 *투자하고* 데이터를 비공개로 관리할 수 있습니다. *당신이 선택하세요.*
Expand Down Expand Up @@ -139,7 +139,7 @@ Submit 하세요. 보내졌으면 아래와 같이 확인할 수 있습니다 :
# *Part Two - 보기 좋게 만들기* ...

우리 스타일에 [**순수 CSS**](http://purecss.io/start/)를 사용해 이 ***Super Lean*** 을 유지할 겁니다. ( *8단계의 "못생긴" HTML Form 태그를 고칠겁니다.* ). 그리고 당신의 페이지/사이트에 사용자를 유지하기 위해 Form 태그 양식을 `submit` 할 때 [**JQuery** "***AJAX***"](http://api.jquery.com/jquery.ajax/) 를 사용하겠습니다. ( *"구린" 응답페이지는 빼구요.* )
우리 스타일에 [**순수 CSS**](https://purecss.io/start/)를 사용해 이 ***Super Lean*** 을 유지할 겁니다. ( *8단계의 "못생긴" HTML Form 태그를 고칠겁니다.* ). 그리고 당신의 페이지/사이트에 사용자를 유지하기 위해 Form 태그 양식을 `submit` 할 때 [**JQuery** "***AJAX***"](https://api.jquery.com/jquery.ajax/) 를 사용하겠습니다. ( *"구린" 응답페이지는 빼구요.* )

### 10. **JavaScript** "***AJAX*** 을 이용한 Form Submit"

Expand Down Expand Up @@ -175,7 +175,7 @@ Form이 Submit 된 후에 아래와 같은 감사 메세지가 나타납니다.

### 12. CSS를 사용해 Form을 *멋지게* 만들기

*이번 예제* 에서는 ***Pure CSS*** : http://purecss.io/start/ 을 사용하고 있습니다. ***4.0KB로 축소 및 압축된 적은 용량*** 이고 현재 "문제"인 보기에 구린 것을 *해결하기* 때문입니다.
*이번 예제* 에서는 ***Pure CSS*** : https://purecss.io/start/ 을 사용하고 있습니다. ***4.0KB로 축소 및 압축된 적은 용량*** 이고 현재 "문제"인 보기에 구린 것을 *해결하기* 때문입니다.

[![PureCSS-Logo-Intro](https://camo.githubusercontent.com/27da1dfc8cc2f5541bb85d8be1dd88eb5c1142ff/68747470733a2f2f6769746875622d636c6f75642e73332e616d617a6f6e6177732e636f6d2f6173736574732f3139343430302f31303536353833382f37326436643532612d373564322d313165352d396239322d6361303262313132343932302e706e67)](https://camo.githubusercontent.com/27da1dfc8cc2f5541bb85d8be1dd88eb5c1142ff/68747470733a2f2f6769746875622d636c6f75642e73332e616d617a6f6e6177732e636f6d2f6173736574732f3139343430302f31303536353833382f37326436643532612d373564322d313165352d396239322d6361303262313132343932302e706e67)

Expand Down Expand Up @@ -326,7 +326,7 @@ class가 gform 인 Form 태그 내에 필드를 포함시키고 Form 요소의

- Original Tutorial: AJAX post to google spreadsheet:

http://stackoverflow.com/questions/10000020/ajax-post-to-google-spreadsheet
https://stackoverflow.com/questions/10000020/ajax-post-to-google-spreadsheet

which points to:

Expand Down
10 changes: 5 additions & 5 deletions README.pt.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ o que é *fácil* mas precisa de *manutenção*,
use o Google para enviar e-mails por você
e use o Google Spreadsheets para manter o registro dos dados!

> Você *pode* usar um serviço "*gratuito*" como http://formspree.io/ para processar os envios de seus formulários
> Você *pode* usar um serviço "*gratuito*" como https://formspree.io/ para processar os envios de seus formulários
se não se importar para onde está enviando seus dados e quiser gerenciar os dados enviados
na caixa de entrada do seu e-mail (*bagunçado ... eca*!)
*Ou*... você pode *investir* alguns minutos e manter os dados privados/gerenciáveis. *A escolha é sua*.
Expand Down Expand Up @@ -145,8 +145,8 @@ Abra a caixa de entrada do endereço de e-mail que você definiu no **Passo 3**
# *Parte Dois - Deixando mais bonito* ...

Vamos manter isso ***Bem Enxuto*** usando o [**PURE CSS**](http://purecss.io/start/) para os nossos estilos (*arrumar o formulário HTML "feio" do passo 8*).
E enviar (`submit`) o formulário usando [**JQuery** "***AJAX***"](http://api.jquery.com/jquery.ajax/) para manter o usuário
Vamos manter isso ***Bem Enxuto*** usando o [**PURE CSS**](https://purecss.io/start/) para os nossos estilos (*arrumar o formulário HTML "feio" do passo 8*).
E enviar (`submit`) o formulário usando [**JQuery** "***AJAX***"](https://api.jquery.com/jquery.ajax/) para manter o usuário
na sua página/site (*evitar a página de resposta "feia"*)

### 10. Enviar o formulário usando **JavaScript** "***AJAX***"
Expand Down Expand Up @@ -185,7 +185,7 @@ Ajuste sua mensagem editando o conteúdo da div `thankyou_message`.

### 12. Usando CSS para fazer o formulário *ficar bonito*

Para **este** *exemplo* estamos usando ***Pure CSS***: http://purecss.io/start/
Para **este** *exemplo* estamos usando ***Pure CSS***: https://purecss.io/start/
porque ele é ***leve*** (***4,0 KB minificado e gzipado***)
e *resolve* nosso "*problema*" atual: fazer ele ficar bonito.

Expand Down Expand Up @@ -370,5 +370,5 @@ Nos avisem se tiver quaisquer dúvidas!
https://developers.google.com/apps-script/reference/base/logger
+ Mail Merge simples utilizando Google Spreadsheets:
https://developers.google.com/apps-script/articles/mail_merge
+ Tutorial original: AJAX post to google spreadsheet: http://stackoverflow.com/questions/10000020/ajax-post-to-google-spreadsheet que direciona para:
+ Tutorial original: AJAX post to google spreadsheet: https://stackoverflow.com/questions/10000020/ajax-post-to-google-spreadsheet que direciona para:
+ https://mashe.hawksey.info/2011/10/google-spreadsheets-as-a-database-insert-with-apps-script-form-postget-submit-method/

0 comments on commit 4c5d891

Please sign in to comment.