gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [gnurl] 22/116: ROADMAP.md: spelling fixes


From: gnunet
Subject: [GNUnet-SVN] [gnurl] 22/116: ROADMAP.md: spelling fixes
Date: Tue, 05 Dec 2017 14:50:52 +0100

This is an automated email from the git hooks/post-receive script.

ng0 pushed a commit to branch master
in repository gnurl.

commit cb361b4a5e55723371c6628e5fd3955c203f45a2
Author: Magicansk <address@hidden>
AuthorDate: Sat Oct 28 11:16:32 2017 +0800

    ROADMAP.md: spelling fixes
    
    Closes #2028
---
 docs/ROADMAP.md | 30 +++++++++++++++---------------
 1 file changed, 15 insertions(+), 15 deletions(-)

diff --git a/docs/ROADMAP.md b/docs/ROADMAP.md
index 1007ccb02..60bc6fd12 100644
--- a/docs/ROADMAP.md
+++ b/docs/ROADMAP.md
@@ -37,7 +37,7 @@ How to find services for specific domains/hosts.
 curl_formadd()
 --------------
 
-make sure there's an easy handle passed in to `curl_formadd()`,
+Make sure there's an easy handle passed in to `curl_formadd()`,
 `curl_formget()` and `curl_formfree()` by adding replacement functions and
 deprecating the old ones to allow custom mallocs and more.
 
@@ -62,21 +62,21 @@ Simplify the SMTP email
 Simplify the SMTP email interface so that programmers don't have to
 construct the body of an email that contains all the headers, alternative
 content, images and attachments - maintain raw interface so that
-programmers that want to do this can
+programmers that want to do this can.
 
-email capabilities
+Email capabilities
 ------------------
 
 Allow the email protocols to return the capabilities before
 authenticating. This will allow an application to decide on the best
-authentication mechanism
+authentication mechanism.
 
 Win32 pthreads
 --------------
 
-Allow Windows threading model to be replaced by Win32 pthreads port
+Allow Windows threading model to be replaced by Win32 pthreads port.
 
-dynamic buffer size
+Dynamic buffer size
 -------------------
 
 Implement a dynamic buffer size to allow SFTP to use much larger buffers and
@@ -91,28 +91,28 @@ New stuff - curl
    of course.
 
 2. Simplify the SMTP command line so that the headers and multi-part content
-   don't have to be constructed before calling curl
+   don't have to be constructed before calling curl.
 
 Improve
 -------
 
-1. build for windows (considered hard by many users)
+1. Build for windows (considered hard by many users).
 
-2. curl -h output (considered overwhelming to users)
+2. curl -h output (considered overwhelming to users).
 
-3. we have > 200 command line options, is there a way to redo things to
+3. We have > 200 command line options, is there a way to redo things to
    simplify or improve the situation as we are likely to keep adding
-   features/options in the future too
+   features/options in the future too.
 
-4. authentication framework (consider merging HTTP and SASL authentication to
-   give one API for protocols to call)
+4. Authentication framework (consider merging HTTP and SASL authentication to
+   give one API for protocols to call).
 
 5. Perform some of the clean up from the TODO document, removing old
    definitions and such like that are currently earmarked to be removed years
-   ago
+   ago.
 
 Remove
 ------
 
 1. makefile.vc files as there is no point in maintaining two sets of Windows
-   makefiles. Note: These are currently being used by the Windows autobuilds
+   makefiles. Note: These are currently being used by the Windows autobuilds.

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]