根據 https://www.bloggingden.com/google-blogger-limitations/, 一個 Google blogger 最多只能邀
請 100 名協同作者.
進入 Blogger 中的
設定-基本-網誌作者
可以透過使用者電子郵箱, 邀請多人參與網誌著作, 可以邀請其他用戶擔任作者或管理員, 管理員可以管理網誌設定並編修所有網誌文章, 但是各作者只能編輯個人的文章.
四技一網際內容管理課程共用網誌: https://mde2019.blogspot.com/
五專一網際內容管理課程共用網誌: https://pmenfu.blogspot.com/
同時新增多名作者
在 Google Blogger 新增作者時, 需要在新增作者欄位填入電子郵箱, 若要同時邀請一個以上的作者, 則在各 email address 後面, 加上逗點隔開.
以下為處理上述兩個課程共用網誌作者時, 讀進修課人員名單, 然後附加 @gm.nfu.edu.tw 後, 同時新增 39 與 51 名作者.
filename = "wcm1aw1_student_list.txt" with open(filename) as f: # 讀進全部檔案, 轉進數列, 並同時將各行的 \n 去除 read_data = f.read().splitlines() for i in range(len(read_data)): print(str(read_data[i]) + "@gm.nfu.edu.tw, ")
四技一第一週修課人員名單: https://raw.githubusercontent.com/mdecourse/wcm2019/gh-pages/data/wcm1a/wcm1aw1_student_list.txt
五專一第一週修課人員名單: https://raw.githubusercontent.com/mdecourse/wcm2019/gh-pages/data/wcmj1a/wcmj1aw1_student_list.txt
No comments:
Post a Comment